projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9da7fb4
)
powerpc/T104xRDB: Fix endian access issue on EHCI intinalization
author
Ran Wang
<
[email protected]
>
Mon, 27 Nov 2017 02:51:54 +0000
(10:51 +0800)
committer
York Sun
<
[email protected]
>
Wed, 6 Dec 2017 22:53:58 +0000
(14:53 -0800)
This issue is exposed after commit
9000eddbae0d
("drivers/usb/ehci:
Use platform-specific accessors"), the wrong endianness of EHCI
controller programing will cause USB function down.
Signed-off-by: Ran Wang <
[email protected]
>
Reviewed-by: York Sun <
[email protected]
>
include/configs/T104xRDB.h
patch
|
blob
|
history
diff --git
a/include/configs/T104xRDB.h
b/include/configs/T104xRDB.h
index 2dbeffdd2a97ad92638e1696a0e405b7d683face..9d82e1be7852d1ebb0ae32e25df9083e68c3ef93 100644
(file)
--- a/
include/configs/T104xRDB.h
+++ b/
include/configs/T104xRDB.h
@@
-634,6
+634,7
@@
$(SRCTREE)/board/freescale/t104xrdb/t1042d4_sd_rcw.cfg
#ifdef CONFIG_USB_EHCI_HCD
#define CONFIG_USB_EHCI_FSL
#define CONFIG_EHCI_HCD_INIT_AFTER_RESET
+#define CONFIG_EHCI_DESC_BIG_ENDIAN
#endif
#endif